/ Assembly List / LJCDataUtility / ProcBuilder / AddForeignKey

Namespace - LJCDataUtility


Parameters
tableName - The table name.
objectName - The DB object name.
sourceColumnList - The source column values.
targetTableName - The target table name.
targetColumnList - The target column values.

Returns

The foreign key Alter SQL text.

Syntax

C#
String AddForeignKey(String tableName, String objectName, String sourceColumnList, String targetTableName, String targetColumnList)

Adds a foreign key.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.